.title h2 {
  margin-bottom: 31px;
  text-align: center;
  font-size: 34px;
}
.title h2 span {
  color: #ce3235;
}
.title p {
  font-size: 18px;
  text-align: center;
  color: #666;
}
@media (max-width: 767px) {
  .title h2 {
    margin-bottom: 17px;
    font-size: 26px;
  }
  .title p {
    font-size: 14px;
  }
}
#banner .mainsVw {
  position: relative;
}
#banner .mainsVw .b_con {
  overflow: hidden;
}
#banner .mainsVw .b_con .b_list {
  display: flex;
  position: relative;
}
#banner .mainsVw .b_con .b_list li {
  width: 100%;
  float: left;
  flex-shrink: 0;
}
#banner .mainsVw .tab {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  #banner .mainsVw .tab {
    bottom: 18px;
  }
}
#banner .mainsVw .tab span {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 9.5px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/home_11.png");
  left: 39px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/home_14.png");
  right: 39px;
}
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 26px!important;
    height: 23px!important;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
}
#subject .ProductCenter {
  margin-top: 70px;
  margin-bottom: 31px;
}
#subject .ProductCenter .container:after {
  content: "";
  display: block;
  clear: both;
}
#subject .ProductAppC {
  padding-top: 86px;
  padding-bottom: 70px;
  background-color: #f0f0f0;
}
#subject .ProductAppC .pApp_title {
  width: 100%;
  margin-bottom: 59px;
}
#subject .ProductAppC .pApp_title:after {
  content: "";
  display: block;
  clear: both;
}
#subject .ProductAppC .pApp_title .p_item {
  float: left;
  width: 16.66666667%;
  height: 70px;
  border-right: 1px solid #87b3db;
  box-sizing: border-box;
  text-align: center;
  background-color: #0f67b7;
  position: relative;
  transition: all 0.3s;
}
#subject .ProductAppC .pApp_title .p_item:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  content: "";
  display: none;
  border: 10px solid transparent;
  border-top-color: #ce3235;
}
#subject .ProductAppC .pApp_title .p_item:nth-last-child(1):after {
  display: none;
  border: none;
}
#subject .ProductAppC .pApp_title .p_item.active {
  background-color: #ce3235;
  border-right: 1px solid #ce3235;
}
#subject .ProductAppC .pApp_title .p_item.active:after {
  display: block;
}
#subject .ProductAppC .pApp_title .p_item.br {
  border-right: 1px solid #ce3235;
}
#subject .ProductAppC .pApp_title .p_item span {
  display: inline-block;
  height: 70px;
  line-height: 70px;
}
#subject .ProductAppC .pApp_title .p_item a {
  display: inline-block;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
}
#subject .ProductAppC .pApp_list {
  overflow: inherit;
  position: relative;
}
#subject .ProductAppC .pApp_list .con {
  width: 100%;
  overflow: hidden;
  cursor: inherit!important;
}
#subject .ProductAppC .pApp_list .con ul li a .images {
  border: solid 1px #e0e0e0;
  transition: all 0.3s;
}
#subject .ProductAppC .pApp_list .con ul li a p {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
}
#subject .ProductAppC .pApp_list .con ul li a:hover p {
  color: #0f67b7;
}
#subject .ProductAppC .pApp_list .con ul li a:hover .images {
  border: solid 1px #0f67b7;
}
#subject .ProductAppC .pApp_list .con .prev,
#subject .ProductAppC .pApp_list .con .next {
  position: absolute;
  top: 33%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#subject .ProductAppC .pApp_list .con .prev.prev,
#subject .ProductAppC .pApp_list .con .next.prev {
  left: -8.21%;
  background: url('../images/home_56.png') no-repeat center center / cover;
}
#subject .ProductAppC .pApp_list .con .prev.next,
#subject .ProductAppC .pApp_list .con .next.next {
  right: -8.21%;
  background: url('../images/home_59.png') no-repeat center center / cover;
}
#subject .advantage {
  margin-top: 72px;
  margin-bottom: 80px;
}
#subject .advantage .ad_con {
  margin-top: 50px;
}
#subject .advantage .ad_con .ad_banners {
  margin-bottom: 45px;
}
#subject .advantage .ad_con .ad_banners .ban_con ul li {
  display: none;
  background-color: #f6f6f6;
}
#subject .advantage .ad_con .ad_banners .ban_con ul li:after {
  content: "";
  display: block;
  clear: both;
}
#subject .advantage .ad_con .ad_banners .ban_con ul li.active {
  display: block;
}
#subject .advantage .ad_con .ad_banners .ban_con ul li .ad_left {
  float: left;
  width: 46%;
  max-width: 550px;
}
#subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights {
  float: left;
  width: 54%;
  padding-top: 70px;
  padding-left: 80px;
  box-sizing: border-box;
}
#subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights dl {
  margin-bottom: 33px;
}
#subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights dl dt {
  margin-bottom: 33px;
  font-size: 22px;
  font-weight: 600;
  color: #343434;
}
#subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights dl dd {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
#subject .advantage .ad_con .ad_nav ol {
  width: 100%;
}
#subject .advantage .ad_con .ad_nav ol:after {
  content: "";
  display: block;
  clear: both;
}
#subject .advantage .ad_con .ad_nav ol li {
  float: left;
  width: 20%;
  padding: 36px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #f6f6f6;
  border: solid 1px #d9d9d9;
  box-sizing: border-box;
  border-right: none;
}
#subject .advantage .ad_con .ad_nav ol li:nth-last-child(1) {
  border-right: solid 1px #d9d9d9;
}
#subject .advantage .ad_con .ad_nav ol li:after {
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -10px;
  content: "";
  display: none;
  border: 10px solid transparent;
  border-bottom-color: #0f67b7;
}
#subject .advantage .ad_con .ad_nav ol li span {
  display: inline-block;
  width: 42px;
  height: 42px;
}
#subject .advantage .ad_con .ad_nav ol li span img:nth-child(2) {
  display: none;
}
#subject .advantage .ad_con .ad_nav ol li .text {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
#subject .advantage .ad_con .ad_nav ol li .text h4 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 7px;
}
#subject .advantage .ad_con .ad_nav ol li .text p {
  font-size: 12px;
  text-align: left;
  color: #666;
}
#subject .advantage .ad_con .ad_nav ol li.active {
  background-color: #0f67b7;
  border-color: #0f67b7;
}
#subject .advantage .ad_con .ad_nav ol li.active:after {
  display: block;
}
#subject .advantage .ad_con .ad_nav ol li.active span img:nth-child(1) {
  display: none;
}
#subject .advantage .ad_con .ad_nav ol li.active span img:nth-child(2) {
  display: block;
}
#subject .advantage .ad_con .ad_nav ol li.active .text {
  vertical-align: baseline;
}
#subject .advantage .ad_con .ad_nav ol li.active .text h4 {
  color: #fff;
}
#subject .advantage .ad_con .ad_nav ol li.active .text p {
  color: #eee;
}
#subject .service {
  padding-top: 61px;
  background-color: #eaeef1;
}
#subject .service .se_con {
  margin-top: 57px;
  background-color: #0f67b7;
}
#subject .service .se_con:after {
  content: "";
  display: block;
  clear: both;
}
#subject .service .se_con .se_left {
  float: left;
  width: 50%;
  position: relative;
}
#subject .service .se_con .se_left .images {
  width: 100%;
}
#subject .service .se_con .se_left .images a {
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.4s;
}
#subject .service .se_con .se_left .images a.show {
  display: block;
}
#subject .service .se_con .se_left .btn {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 200px;
  height: 60px;
  padding-top: 23px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 9;
}
#subject .service .se_con .se_left .btn:after {
  content: "";
  display: block;
  clear: both;
}
#subject .service .se_con .se_left .btn a {
  width: 28px;
  height: 9px;
  display: inline-block;
  transition: 0.4s;
}
#subject .service .se_con .se_left .btn a:nth-child(1) {
  background: url('../images/home_106.png') no-repeat center center / cover;
}
#subject .service .se_con .se_left .btn a:nth-child(3) {
  margin-bottom: 4px;
  background: url('../images/home_103.png') no-repeat center center / cover;
}
#subject .service .se_con .se_left .btn .num {
  display: inline-block;
  padding: 0 24px;
  font-size: 18px;
  font-weight: 600;
  color: #999;
}
#subject .service .se_con .se_left .btn .num span:nth-child(1) {
  color: #0f67b7;
}
#subject .service .se_con .se_right {
  float: left;
  width: 50%;
  padding-top: 72px;
  padding-left: 68px;
  box-sizing: border-box;
}
#subject .service .se_con .se_right dl {
  margin-bottom: 60px;
}
#subject .service .se_con .se_right dl dt {
  margin-bottom: 13px;
}
#subject .service .se_con .se_right dl dt span {
  width: 24px;
  height: 24px;
  display: inline-block;
}
#subject .service .se_con .se_right dl dt h4 {
  margin-left: 15px;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
}
#subject .service .se_con .se_right dl dt i {
  margin-left: 16px;
  display: inline-block;
  width: 160px;
  height: 1px;
  vertical-align: middle;
  background-color: #ffffff;
  opacity: 0.3;
}
#subject .service .se_con .se_right dl dt p {
  margin-left: 19px;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}
#subject .service .se_con .se_right dl dd {
  max-width: 487px;
  padding-left: 42px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
#subject .solution {
  padding-top: 71px;
  background: url('../images/home_bg_02.jpg') no-repeat center bottom / cover;
}
#subject .solution .so_con {
  padding-top: 55px;
  padding-bottom: 80px;
}
#subject .solution .so_con:after {
  content: "";
  display: block;
  clear: both;
}
#subject .solution .so_con .so_left {
  float: left;
  max-width: 330px;
  max-height: 390px;
  padding: 33px 20px 39px;
  box-sizing: border-box;
  border-radius: 10px;
  background: url("../images/home_99.jpg");
}
#subject .solution .so_con .so_left h3 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}
#subject .solution .so_con .so_left span {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 33px;
  margin-top: 26px;
  background-color: #ffffff;
  opacity: 0.3;
}
#subject .solution .so_con .so_left form input {
  width: 39.315%;
  padding: 0 13px;
  font-size: 14px;
  line-height: 40px;
  border: 0;
  vertical-align: super;
  outline: none;
}
#subject .solution .so_con .so_left form input:nth-child(1) {
  margin-right: 5px;
}
#subject .solution .so_con .so_left form textarea {
  display: block;
  margin-top: 10px;
  width: 100%;
  resize: none;
  padding: 13px;
  font-size: 14px;
  line-height: 29px;
  box-sizing: border-box;
  outline: none;
}
#subject .solution .so_con .so_left form button {
  display: block;
  margin-top: 11px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #0f67b7;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
}
#subject .solution .so_con .so_left form button:hover {
  color: #0f67b7;
  font-weight: 600;
}
#subject .solution .so_con .so_right {
  float: right;
  width: 64%;
}
#subject .solution .so_con .so_right ul:after {
  content: "";
  display: block;
  clear: both;
}
#subject .solution .so_con .so_right ul li {
  float: left;
  cursor: pointer;
}
#subject .solution .so_con .so_right ul li .images {
  margin-bottom: 11px;
}
#subject .solution .so_con .so_right ul li .images img:nth-child(2) {
  display: none;
}
#subject .solution .so_con .so_right ul li .text p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#subject .solution .so_con .so_right ul li .text p:nth-child(2) {
  margin-top: 4px;
  font-size: 16px;
  text-align: center;
}
#subject .solution .so_con .so_right ul li.icon {
  width: 30px;
  margin: 30px 53px;
}
#subject .solution .so_con .so_right ul li.iconW {
  width: 100%;
  margin: 12px;
  box-sizing: border-box;
  text-align: right;
}
#subject .solution .so_con .so_right ul li.iconW img {
  width: 30px;
  margin-right: 43px;
}
#subject .solution .so_con .so_right ul li:hover .images img:nth-child(1) {
  display: none;
}
#subject .solution .so_con .so_right ul li:hover .images img:nth-child(2) {
  display: block;
}
#subject .solution .so_con .so_right ul li:hover .text p {
  color: #0f67b7;
}
#subject .about {
  margin-bottom: 100px;
}
#subject .about .container {
  padding-top: 121px;
}
#subject .about .container:after {
  content: "";
  display: block;
  clear: both;
}
#subject .about .container .ab_left {
  float: left;
  width: 41%;
}
#subject .about .container .ab_left h2 {
  margin-bottom: 23px;
  font-size: 34px;
  color: #222222;
}
#subject .about .container .ab_left p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
#subject .about .container .ab_left .more {
  border: none;
  text-align: left;
  margin: 0;
}
#subject .about .container .ab_left .more:hover {
  background-color: transparent;
}
#subject .about .container .ab_left .more:hover span {
  color: #000;
}
#subject .about .container .ab_left .more:hover i {
  background: url('../images/home_141.png') no-repeat center center / cover;
}
#subject .about .container .ab_left .ab_list {
  margin-top: 22px;
}
#subject .about .container .ab_left .ab_list ul:after {
  content: "";
  display: block;
  clear: both;
}
#subject .about .container .ab_left .ab_list ul li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  border: solid 1px #d9d9d9;
  border-right: none;
  box-sizing: border-box;
}
#subject .about .container .ab_left .ab_list ul li:nth-last-child(1) {
  border-right: solid 1px #d9d9d9;
}
#subject .about .container .ab_left .ab_list ul li a {
  width: 100%;
  padding: 26.5px 0;
  background-color: #fff;
  transition: all 0.3s;
}
#subject .about .container .ab_left .ab_list ul li a .images {
  width: 35px;
  margin: 0 auto 10px;
}
#subject .about .container .ab_left .ab_list ul li a .images img:nth-child(2) {
  display: none;
}
#subject .about .container .ab_left .ab_list ul li a p {
  font-size: 14px;
  transition: all 0.3s;
}
#subject .about .container .ab_left .ab_list ul li a:hover {
  background-color: #0f67b7;
}
#subject .about .container .ab_left .ab_list ul li a:hover .images img:nth-child(1) {
  display: none;
}
#subject .about .container .ab_left .ab_list ul li a:hover .images img:nth-child(2) {
  display: block;
}
#subject .about .container .ab_left .ab_list ul li a:hover p {
  color: #fff;
}
#subject .about .container .ab_right {
  float: right;
  width: 54.167%;
  position: relative;
}
#subject .about .container .ab_right:after {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 210px;
  height: 160px;
  background-color: #0f67b7;
}
#subject .about .container .ab_right .images {
  width: 100%;
  position: relative;
  z-index: 99;
}
#subject .WordOM .mainsVw {
  margin-bottom: 61px;
  position: relative;
}
#subject .WordOM .mainsVw .container {
  position: relative;
  background-color: transparent ;
  z-index: 999;
}
#subject .WordOM .mainsVw .container:after {
  content: "";
  display: block;
  clear: both;
}
#subject .WordOM .mainsVw .container .wo_left {
  float: left;
  width: 33.334%;
}
#subject .WordOM .mainsVw .container .wo_left .con {
  padding: 26px 34px;
  background-color: #fff;
}
#subject .WordOM .mainsVw .container .wo_left .con p {
  font-size: 14px;
  line-height: 24px;
}
#subject .WordOM .mainsVw .container .wo_left .con p span {
  color: #ce3235;
}
#subject .WordOM .mainsVw .container .wo_left .con > span {
  display: block;
  width: 100%;
  margin: 23px 0;
  border: solid 1px #d9d9d9;
}
#subject .WordOM .mainsVw .container .wo_right {
  float: right;
  width: 61.7%;
  position: relative;
}
#subject .WordOM .mainsVw .container .wo_right .t_bg {
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
}
#subject .WordOM .mainsVw .container .wo_right .r_top {
  padding-bottom: 34px;
  background-color: #fff;
}
#subject .WordOM .mainsVw .container .wo_right .r_top .t_title {
  margin-bottom: 27px;
}
#subject .WordOM .mainsVw .container .wo_right .r_top .t_title p {
  display: inline-block;
  font-size: 18px;
  color: #0f67b7;
}
#subject .WordOM .mainsVw .container .wo_right .r_top .t_title span {
  display: inline-block;
  width: 50%;
  max-width: 450px;
  height: 1px;
  margin-left: 60px;
  background-color: #d9d9d9;
}
#subject .WordOM .mainsVw .container .wo_right .r_top .t_list a {
  display: inline-block;
}
#subject .WordOM .mainsVw .container .wo_right .r_top .t_list a:nth-child(2) {
  margin-left: 60px;
}
#subject .WordOM .mainsVw .container .wo_right .r_top .t_list a > span {
  display: inline-block;
  width: 45px;
  height: 45px;
}
#subject .WordOM .mainsVw .container .wo_right .r_top .t_list a p {
  display: inline-block;
  font-size: 15px;
}
#subject .WordOM .mainsVw .container .wo_right .r_top .t_list a p span {
  font-size: 20px;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_title {
  padding-top: 53px;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_title:after {
  content: "";
  display: block;
  clear: both;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_title h2 {
  float: left;
  font-size: 34px;
  color: #ffffff;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_title .more {
  float: right;
  text-align: right;
  border: 0;
  background-color: transparent;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_title .more span {
  color: #fff;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_title .more i {
  color: #fff;
  background: url('../images/home_170.png') no-repeat center center / cover;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list {
  margin-top: 53px;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list ul:after {
  content: "";
  display: block;
  clear: both;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list ul li {
  float: left;
  max-width: 170px;
  width: 25%;
  margin-right: 20px;
  margin-bottom: 20px;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list ul li:nth-child(4n) {
  margin-right: 0;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list ul li a {
  transition: all 0.3s;
}
#subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list ul li a:hover {
  box-shadow: 3px 3px 6px rgba(255, 255, 255, 0.5);
}
#subject .WordOM .mainsVw .mainsVw {
  position: absolute;
  top: 130px;
  left: 0;
  height: 87.8%;
  background: url("../images/home_bg_05.jpg") no-repeat center center / cover;
}
#subject .quality {
  padding-top: 70px;
  padding-bottom: 65px;
  background: url("../images/home_bg_07.jpg") no-repeat left bottom / cover;
}
#subject .quality .q_con {
  padding-top: 39px;
}
#subject .quality .q_con ul:after {
  content: "";
  display: block;
  clear: both;
}
#subject .quality .q_con ul li {
  float: left;
  max-width: 385px;
  width: 32%;
  margin-right: 24px;
  margin-bottom: 20px;
}
#subject .quality .q_con ul li:nth-child(3) {
  margin-right: 0;
}
#subject .quality .q_con ul li a .images {
  overflow: hidden;
}
#subject .quality .q_con ul li a .images .img_top {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
#subject .quality .q_con ul li a .images .img_top img {
  transition: all 0.4s;
}
#subject .quality .q_con ul li a .images > img {
  margin-top: -6px;
}
#subject .quality .q_con ul li a > p {
  margin-top: 13px;
  margin-bottom: 45px;
  padding: 0;
  font-size: 18px;
  text-align: center;
}
#subject .quality .q_con ul li a:hover .images .img_top img {
  transform: scale(1.3);
}
#subject .quality .q_con ul li a:hover p {
  color: #206eb7;
}
#subject .news {
  padding-top: 70px;
  margin-bottom: 60px;
}
#subject .news .container:after {
  content: "";
  display: block;
  clear: both;
}
#subject .news .container .ne_left {
  float: left;
  width: 63.5%;
}
#subject .news .container .ne_left .ne_title:after {
  content: "";
  display: block;
  clear: both;
}
#subject .news .container .ne_left .ne_title .btn {
  float: left;
}
#subject .news .container .ne_left .ne_title .btn a {
  width: 140px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  background-color: #bbbbbb;
  border-radius: 23px;
}
#subject .news .container .ne_left .ne_title .btn a:nth-child(2) {
  margin-left: 17px;
}
#subject .news .container .ne_left .ne_title .btn a.active {
  background-color: #0f67b7;
}
#subject .news .container .ne_left .ne_title .look {
  float: right;
  font-size: 14px;
  line-height: 55px;
  color: #0f67b7;
}
#subject .news .container .ne_left .ne_list {
  margin-top: 19px;
}
#subject .news .container .ne_left .ne_list > ul > li {
  display: none;
}
#subject .news .container .ne_left .ne_list > ul > li.active {
  display: block;
}
#subject .news .container .ne_left .ne_list > ul > li .con_top:after {
  content: "";
  display: block;
  clear: both;
}
#subject .news .container .ne_left .ne_list > ul > li .con_top .images {
  float: left;
  width: 46%;
  max-width: 350px;
  overflow: hidden;
}
#subject .news .container .ne_left .ne_list > ul > li .con_top .images img {
  transition: all 0.5s;
}
#subject .news .container .ne_left .ne_list > ul > li .con_top .images:hover img {
  transform: scale(1.1);
}
#subject .news .container .ne_left .ne_list > ul > li .con_top .text {
  float: right;
  width: 51.5%;
  padding-top: 22px;
}
#subject .news .container .ne_left .ne_list > ul > li .con_top .text h3 a {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 23px;
  color: #333333;
}
#subject .news .container .ne_left .ne_list > ul > li .con_top .text h3 a:hover {
  color: #015093;
}
#subject .news .container .ne_left .ne_list > ul > li .con_top .text p {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  -webkit-line-clamp: 3;
  color: #666666;
}
#subject .news .container .ne_left .ne_list > ul > li .con_top .text a {
  font-size: 14px;
  color: #0f67b7;
}
#subject .news .container .ne_left .ne_list > ul > li .con_bottom {
  border-top: 1px dashed #ccc;
  margin-top: 25px;
  padding-top: 19px;
}
#subject .news .container .ne_left .ne_list > ul > li .con_bottom ul:after {
  content: "";
  display: block;
  clear: both;
}
#subject .news .container .ne_left .ne_list > ul > li .con_bottom ul li {
  float: left;
  width: 47.5%;
  margin-bottom: 12px;
}
#subject .news .container .ne_left .ne_list > ul > li .con_bottom ul li:nth-child(2n) {
  margin-left: 5%;
}
#subject .news .container .ne_left .ne_list > ul > li .con_bottom ul li a:after {
  content: "";
  display: block;
  clear: both;
}
#subject .news .container .ne_left .ne_list > ul > li .con_bottom ul li a p {
  float: left;
  max-width: 231px;
  font-size: 13px;
  color: #444444;
  transition: all 0.3s;
}
#subject .news .container .ne_left .ne_list > ul > li .con_bottom ul li a span {
  float: right;
  font-size: 13px;
  color: #444444;
  transition: all 0.3s;
}
#subject .news .container .ne_left .ne_list > ul > li .con_bottom ul li a:hover p,
#subject .news .container .ne_left .ne_list > ul > li .con_bottom ul li a:hover span {
  color: #0f67b7;
}
#subject .news .container .ne_right {
  float: right;
  width: 32%;
  max-width: 380px;
}
#subject .news .container .ne_right .r_title {
  height: 46px;
  padding: 0 25px;
  line-height: 46px;
  background-color: #0f67b7;
}
#subject .news .container .ne_right .r_title:after {
  content: "";
  display: block;
  clear: both;
}
#subject .news .container .ne_right .r_title h5 {
  float: left;
  font-size: 18px;
  color: #fff;
}
#subject .news .container .ne_right .r_title a {
  float: right;
  font-size: 14px;
  color: #fff;
}
#subject .news .container .ne_right ul {
  padding: 0 23px;
  background-color: #fbfbfb;
}
#subject .news .container .ne_right ul li {
  padding: 18px 0;
  border-bottom: 1px dashed #ccc;
}
#subject .news .container .ne_right ul li:nth-last-child(1) {
  border: none;
}
#subject .news .container .ne_right ul li a span {
  display: inline-block;
  width: 20px;
  vertical-align: top;
}
#subject .news .container .ne_right ul li a .titles {
  margin-bottom: 16px;
}
#subject .news .container .ne_right ul li a .titles p {
  width: 90%;
  display: inline-block;
  font-size: 14px;
}
#subject .news .container .ne_right ul li a .con p {
  width: 90%;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #666;
}
#subject .news .container .ne_right ul li a:hover p {
  color: #0f67b7;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -10px;
}
@media (max-width: 1700px) {
  #subject .service .se_con .se_right {
    padding-top: 3%;
    padding-left: 5%;
  }
  #subject .service .se_con .se_right dl {
    margin-bottom: 5%;
  }
  #subject .service .se_con .se_right dl dt {
    margin-bottom: 1%;
  }
}
@media (max-width: 1440px) {
  #subject .service .se_con .se_right {
    padding-left: 4%;
  }
  #subject .service .se_con .se_right dl {
    margin-bottom: 3%;
  }
  #subject .ProductAppC .pApp_list .con .prev.prev,
  #subject .ProductAppC .pApp_list .con .next.prev {
    left: -5.21%;
  }
  #subject .ProductAppC .pApp_list .con .prev.next,
  #subject .ProductAppC .pApp_list .con .next.next {
    right: -5.21%;
  }
}
@media (max-width: 1350px) {
  #subject .ProductAppC .container {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  #subject .ProductCenter .container .p_nav dl {
    margin: 0 22px;
  }
  #subject .ProductCenter .container .p_nav dl {
    padding: 16px 0;
  }
  #subject .ProductAppC .pApp_list .con > div.prev {
    left: -5% !important;
    width: 40px;
    height: 40px;
  }
  #subject .ProductAppC .pApp_list .con > div.next {
    right: -5% !important;
    width: 40px;
    height: 40px;
  }
  #subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights {
    padding-top: 4%;
    padding-left: 70px;
  }
  #subject .service .se_con .se_right dl dt span {
    width: 20px;
    height: 20px;
  }
  #subject .service .se_con .se_right dl dt h4,
  #subject .service .se_con .se_right dl dt p {
    font-size: 16px;
  }
  #subject .service .se_con .se_right dl dt {
    margin-bottom: 0.5%;
  }
  #subject .service .se_con .se_right dl dd {
    font-size: 13px;
    line-height: 20px;
  }
  #subject .service .se_con .se_right dl dt i {
    width: 120px;
  }
  #subject .solution .so_con .so_right {
    width: 56%;
  }
  #subject .solution .so_con .so_right ul li {
    width: 16%;
  }
  #subject .solution .so_con .so_right ul li.icon {
    margin: 35px 2%;
  }
  #subject .solution .so_con .so_right ul li.iconW {
    width: 97%;
    margin: 20px 0;
  }
  #subject .solution .so_con .so_right ul li.iconW img {
    margin-right: 56px;
  }
  #subject .about .container .ab_left h2 {
    margin-bottom: 8px;
  }
  #subject .about .container .ab_left p {
    line-height: 24px;
  }
  #subject .about .container .ab_left .ab_list {
    margin-top: 3px;
  }
  #subject .about .container .ab_left .ab_list ul li a {
    padding: 11.5px 0;
  }
  #subject .about .container .ab_left .ab_list ul li a .images {
    margin: 0 auto 5px;
  }
  #subject .about .container .ab_left {
    width: 100%;
  }
  #subject .about .container .ab_right {
    width: 100%;
    margin-top: 60px;
  }
  #subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list ul li {
    width: 22.5%;
  }
  #subject .quality .q_con ul li {
    margin-right: 2%;
  }
  #subject .news .container .ne_left .ne_list ul li .con_top .text {
    padding-top: 15px;
  }
  #subject .news .container .ne_left .ne_list ul li .con_top .text h3 a {
    margin-bottom: 15px;
  }
  #subject .news .container .ne_left .ne_list ul li .con_top .text p {
    margin-bottom: 14px;
    line-height: 26px;
    height: 78px;
    -webkit-line-clamp: 3;
  }
  #subject .news .container .ne_left .ne_list ul li .con_bottom ul li a p {
    width: 70%;
  }
}
@media (max-width: 1105px) {
  #subject .service .se_con .se_left,
  #subject .service .se_con .se_right {
    width: 100%;
  }
  #subject .service .se_con .se_right dl dd {
    max-width: 80%;
  }
  #subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list ul li {
    width: 21.5%;
  }
}
@media (max-width: 1024px) {
  #subject .advantage .ad_con .ad_nav ol li {
    padding: 23px 0;
  }
  #subject .advantage .ad_con .ad_nav ol li .text {
    margin-left: 5px;
  }
  #subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights {
    padding-top: 25px;
    padding-left: 38px;
  }
  #subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights dl dt {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  #subject .advantage {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #subject .advantage .ad_con {
    margin-top: 30px;
  }
  #subject .advantage .ad_con .ad_banners {
    margin-bottom: 30px;
  }
  #subject .advantage .ad_con .ad_nav ol li {
    padding: 12px 0;
  }
  #subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights {
    padding-left: 25px;
  }
  #subject .advantage .ad_con .ad_banners .ban_con ul li .ad_left {
    max-width: 100%;
    width: 100%;
  }
  #subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights {
    width: 100%;
    padding-bottom: 30px;
  }
  #subject .advantage .ad_con .ad_banners .ban_con ul li .ad_rights dl dd {
    font-size: 14px;
  }
  #subject .advantage .ad_con .ad_nav ol li span {
    display: none;
  }
  #subject .advantage .ad_con .ad_nav ol li .text {
    margin-left: 0;
  }
  #subject .advantage .ad_con .ad_nav ol li .text h4 {
    font-size: 14px;
  }
  #subject .advantage .ad_con .ad_nav ol li .text p {
    display: none;
  }
  #subject .solution .so_con .so_left {
    width: 100%;
    max-width: 100%;
  }
  #subject .solution .so_con .so_right {
    width: 100%;
    margin-top: 30px;
  }
  #subject .solution .so_con .so_left form input {
    width: 45.315%;
  }
  #subject .solution .so_con .so_right ul li {
    width: 18%;
  }
  #subject .solution .so_con .so_right ul li.iconW {
    width: 98%;
  }
  #subject .about {
    margin-bottom: 50px;
    overflow: hidden;
  }
  #subject .about .container {
    padding-top: 50px;
  }
  #subject .WordOM .mainsVw {
    margin-bottom: 34px;
  }
  #subject .WordOM .mainsVw .mainsVw {
    height: 91.8%;
  }
  #subject .WordOM .mainsVw .container .wo_left,
  #subject .WordOM .mainsVw .container .wo_right {
    width: 100%;
  }
  #subject .WordOM .mainsVw .container .wo_right .r_top {
    padding-left: 20px;
  }
  #subject .quality .q_con ul li a .images > img {
    margin-top: -11px;
  }
  #subject .quality .q_con ul li a > p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  #subject .news .container .ne_left {
    width: 100%;
  }
  #subject .news .container .ne_right {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #subject .ProductCenter .container .p_nav {
    width: 29.334%;
  }
}
@media (max-width: 767px) {
  #subject .ProductCenter {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #subject .ProductCenter .container .p_nav {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  #subject .ProductCenter .container .p_nav h3 {
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  #subject .ProductCenter .container .p_nav dl dd {
    display: none;
  }
  #subject .ProductCenter .container .p_nav dl {
    display: inline-block;
    border-bottom: none;
  }
  #subject .ProductCenter .container .p_nav dl {
    padding: 10px 0;
    margin: 0 10px;
  }
  #subject .ProductCenter .container .p_nav dl dt {
    line-height: 30px;
  }
  #subject .ProductAppC {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #subject .ProductAppC .pApp_title {
    margin-bottom: 30px;
  }
  #subject .ProductAppC .pApp_title .p_item {
    height: 50px;
  }
  #subject .ProductAppC .pApp_title .p_item a {
    display: none;
  }
  #subject .ProductAppC .pApp_title .p_item:nth-last-child(1) a {
    display: block;
  }
  #subject .ProductAppC .pApp_title .p_item span,
  #subject .ProductAppC .pApp_title .p_item a {
    height: 50px;
    line-height: 50px;
  }
  #subject .ProductAppC .pApp_list .con > div.prev,
  #subject .ProductAppC .pApp_list .con > div.next {
    display: none;
  }
  #subject .service .se_con .se_right dl dt i {
    width: 40px;
  }
  #subject .service .se_con .se_right dl dt h4,
  #subject .service .se_con .se_right dl dt i,
  #subject .service .se_con .se_right dl dt p {
    margin-left: 9px;
  }
  #subject .service .se_con .se_right dl dt h4 {
    font-size: 15px;
  }
  #subject .service .se_con .se_right dl dt {
    margin-bottom: 2%;
  }
  #subject .service .se_con .se_right dl dd {
    max-width: 80%;
    padding-left: 35px;
  }
  #subject .advantage .ad_con .ad_nav ol li .text h4 {
    margin-bottom: 0px;
  }
  #subject .service {
    padding-top: 30px;
  }
  #subject .service .se_con {
    margin-top: 30px;
  }
  #subject .solution {
    padding-top: 30px;
  }
  #subject .solution .so_con {
    padding-top: 26px;
    padding-bottom: 30px;
  }
  #subject .solution .so_con .so_left {
    max-height: 100%;
  }
  #subject .solution .so_con .so_left h3 {
    font-size: 19px;
    line-height: 27px;
  }
  #subject .solution .so_con .so_left span {
    margin-bottom: 24px;
    margin-top: 16px;
  }
  #subject .solution .so_con .so_left form input {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  #subject .solution .so_con .so_left form input:nth-child(2) {
    margin-top: 10px;
  }
  #subject .solution .so_con .so_right {
    display: none;
  }
  #subject .about {
    margin-bottom: 30px;
  }
  #subject .about .container {
    padding-top: 30px;
  }
  #subject .about .container .ab_left h2 {
    font-size: 26px;
  }
  #subject .about .container .ab_right:after {
    top: -33px;
  }
  #subject .WordOM .mainsVw {
    margin-bottom: 20px;
  }
  #subject .WordOM .mainsVw .mainsVw {
    height: 88.8%;
  }
  #subject .WordOM .mainsVw .container .wo_right .r_top .t_title span,
  #subject .WordOM .mainsVw .container .wo_right .t_bg {
    display: none;
  }
  #subject .WordOM .mainsVw .container .wo_right .r_top .t_list a:nth-child(2) {
    margin-left: 0;
    margin-top: 15px;
  }
  #subject .WordOM .mainsVw .container .wo_right .r_bottom .b_title h2 {
    font-size: 26px;
  }
  #subject .WordOM .mainsVw .container .wo_right .r_bottom .b_title {
    padding-top: 20px;
  }
  #subject .WordOM .mainsVw .container .wo_right .r_bottom .b_list ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .wo_right .r_bottom .b_list {
    margin-top: 10px!important;
  }
  #subject .news {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #subject .quality {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #subject .quality .q_con {
    padding-top: 18px;
  }
  #subject .quality .q_con ul li {
    width: 100%;
    margin-right: 0;
  }
  #subject .news .container .ne_left .ne_title .btn a {
    width: auto;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  #subject .news .container .ne_left .ne_title .look {
    line-height: 42px;
  }
  #subject .news .container .ne_left .ne_list ul li .con_top .images {
    width: 100%;
    max-width: 100%;
  }
  #subject .news .container .ne_left .ne_list ul li .con_top .text,
  #subject .news .container .ne_left .ne_list ul li .con_bottom ul li {
    width: 100%;
  }
  #subject .news .container .ne_left .ne_list ul li .con_bottom ul li:nth-child(2n) {
    margin-left: 0;
  }
}
/*# sourceMappingURL=index.css.map */